home *** CD-ROM | disk | FTP | other *** search
/ Super PC 28 / Super PC 28 (Shareware para Windows 95 y MS-DOS).iso / spc / util / msoft17f / readme.dmf < prev   
Encoding:
Text File  |  1995-05-05  |  2.8 KB  |  72 lines

  1.  
  2. HOW TO FORMAT A DMF-FORMAT DISK
  3. -------------------------------
  4.  
  5. Microsoft has begun using an oddball 21-sector format on its
  6. program distribution 3 1/2" floppy disks which they call
  7. High-Density DMF. (Examples are Microsoft Word 6.0c and
  8. Microsoft Excel 5.0c) These DMF-format floppies cannot be
  9. copied or duplicated with any conventional DOS commands; all
  10. you can do is install from them - if the floppies are
  11. trouble-free!
  12.  
  13. I like to have backup copies of all my original program disks.
  14. I think it's just a wise thing to do. Floppies can go bad
  15. and it's good to have a backup set of original program disks
  16. if they are ever needed. So, the new DMF-format floppies
  17. presented a real challenge in order to make a backup set
  18. of disks.
  19.  
  20. A nifty little public-domain program, FDFORMAT, lets users
  21. manage DMF-format floppies with ease. Though FDFORMAT and its
  22. associated FDREAD tsr are in the public domain, and no fee is
  23. requested, a thank-you to Christian Hochstatter, the coder
  24. from Marburg, Germany, who developed it, wouldn't hurt. His
  25. postal and e-mail addresses are in the FDFO.ZIP package.
  26.  
  27. DMF-format disks came along after FDFORMAT was written.
  28. Therefore, FDFORMAT does NOT explicitly support formatting
  29. a DMF disk with its supplied /F parameter options. After a
  30. little experimentation, I found the proper command line
  31. parameters to use in order to format a DMF disk.
  32.  
  33.  
  34. The command to format a DMF-format 3 1/2" disk is:
  35.  
  36. FDFORMAT /T:80 /N:21 /C:4 /D:16 /M:240
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38.  
  39. This will yield the following results from FDFORMAT after
  40. the disk is formatted:
  41.  
  42.         --------------------------------
  43.         OEM-Entry               CH-FOR16
  44.         Total sectors on disk:  3360
  45.         Sectors per track:      21
  46.         Heads:                  2
  47.         Bytes per sector:       512
  48.         Hidden sectors:         0
  49.         Boot-sectors:           1
  50.         Number of FATs:         2
  51.         Sectors per FAT:        3
  52.         Total clusters on disk: 838
  53.  
  54.           1716224 total bytes on disk
  55.           1716224 bytes available
  56.         --------------------------------
  57.  
  58. The key is the /M:240 parameter. This sets the Media Descriptor
  59. Byte to F0 (hex). This allows FDFORMAT to successfully use
  60. 4 sectors per cluster on a floppy disk. DOS normally supports
  61. only 1 or 2 sectors per cluster as the FDFORMAT documentation
  62. explains. Without this parameter, and using 4 sectors per cluster
  63. (/C:4), FDFORMAT will incorrectly set the Media Descriptor Byte
  64. to F8 (hex) and the disk will NOT be properly read by DOS.
  65.  
  66.  
  67. After formatting your DMF-format floppies, the original program
  68. disk files can be copied to the DMF-format backup floppies.
  69.  
  70. ** Be sure to also use the LABEL command to label each backup disk
  71. with the appropriate label from each original disk! **
  72.